GET api/v{version}/directory/{netId}?components[0]={components[0]}&components[1]={components[1]}
Select a personnel record by NetID, specifying which record components to return. If no options are specified, all record components will be returned.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| netId |
University of Illinois NetID. |
string |
Required |
| components |
Record components to query. |
Collection of string |
Required |
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
PersonDto object.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.